code_checker v2.0.0 (2021-09-30T20:27:54Z)
Dub
Repo
TidyWork
code_checker
engine
builtin
clang_tidy
Undocumented in source.
@
safe
struct
TidyWork {
string
[]
args
;
AbsolutePath
p
;
bool
useColors
;
string
[]
fileExcludeFilter
;
}
Members
Variables
args
string
[]
args
;
Undocumented in source.
fileExcludeFilter
string
[]
fileExcludeFilter
;
Undocumented in source.
p
AbsolutePath
p
;
Undocumented in source.
useColors
bool
useColors
;
Undocumented in source.
Meta
Source
See Implementation
code_checker
engine
builtin
clang_tidy
classes
ClangTidy
functions
executeFixit
executeParallel
isCodeCheckerConfig
runClangTidy
taskTidy
writeClangTidyConfig
structs
ClangTidyConstants
ExpectedReplyCounter
TidyResult
TidyWork